Intersection of Sets
Definition

Given two sets A and B, the intersection of sets A and B (denoted as A ∩ B) is the set of elements belonging to both sets A and B (the set of elements they have in common).


Example One

N: The natural numbers

A: {1, 2, 3, 4, 5, 6}

B: {3, 4, 5, 6, 7, 8, 9, 10}


A ∩ B: {3, 4, 5, 6}

Video does not play in this browser or device. Please try another device or upgrade your browser.

Example Two

N: The natural numbers

A: {1, 2, 3, 4, 5}

B: {6, 7, 8, 9, 10}


A ∩ B: Φ

Video does not play in this browser or device. Please try another device or upgrade your browser.

Example Three

N: The natural numbers

A: {4, 5, 6}

B: {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}


A ∩ B: {4, 5, 6}

Note for this example that A ∩ B = A

Video does not play in this browser or device. Please try another device or upgrade your browser.

Example Four

Q: The rational numbers

N: The natural numbers

W: The whole numbers


N ∩ W = N

Video does not play in this browser or device. Please try another device or upgrade your browser.